Html Css Color HEX #CF7BD9 Orchid

📋 copy color: '#CF7BD9'

red 207 ◦ green 123 ◦ blue 217

#CF7BD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CF7BD9

Tints of Orchid #CF7BD9

RGB

 RED value IS 207 (81.25% from 255) = 37.84%

 GREEN value IS 123 (48.44% from 255) = 22.49%

 BLUE value IS 217 (85.16% from 255) = 39.67%

R = 37.84%
G = 22.49%
B = 39.67%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF7BD9 (or 0xCF7BD9) is known color: Orchid. HEX triplet: CF, 7B and D9. RGB value is (207,123,217). Sum of RGB (Red+Green+Blue) = 207+123+217=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF7BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BD9 is #308426. Grayscale: #9E9E9E. Windows color (decimal): -3179559 or 14253007. OLE color: 14253007.

HSL color Cylindrical-coordinate representation of color #CF7BD9: hue angle of 293.62º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF7BD9 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 123 217 -
CMYK 0.05 0.43 0 0.15
HSL 293.62º 0.55% 0.67% -
HSV(B) 293.62º 0.43% 0.85% -
XYZ 45.34 32.44 69.52 -
YUV 158.83 160.83 162.36 -
System Red Green Blue C M Y K H S L
Decimal 207 123 217 0.05 0.43 0 0.15 293.62 0.55 0.67
Hex CF 7B D9 5 2B 0 F 126 37 43
Octal 317 173 331 5 53 0 17 446 67 103
Binary 11001111 1111011 11011001 101 101011 0 1111 100100110 110111 1000011

Color Harmonies of #CF7BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7BD9

Black with #CF7BD9

Text Example


Text Example

White with #CF7BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7BD9; }

 p { color: rgb(207,123,217); }

 H1.HeaderClassName
 {
   color: #CF7BD9;
 }
 .AnyTagClassName
 {
   color: #CF7BD9;
 }
</style>

background-color css

<style>
 a { background-color: #CF7BD9; }

 a { background-color: rgb(207,123,217); }

 div.DivClassName
 {
   background-color: #CF7BD9;
 }
 .BgClassName
 {
   background-color: #CF7BD9;
 }
</style>

border-color css

<style>
 span { border-color: #CF7BD9; }

 span { border-color: rgb(207,123,217); }

 td.TdClassName
 {
   border-color: #CF7BD9;
 }
 .TagClassName
 {
   border-color: #CF7BD9;
 }
</style>