Html Css Color HEX #CF6DC0 Orchid

📋 copy color: '#CF6DC0'

red 207 ◦ green 109 ◦ blue 192

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

Shades of Orchid #CF6DC0

Tints of Orchid #CF6DC0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.46%

 BLUE value IS 192 (75.39% from 255) = 37.8%

R = 40.75%
G = 21.46%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CF6DC0 (or 0xCF6DC0) is known color: Orchid. HEX triplet: CF, 6D and C0. RGB value is (207,109,192). Sum of RGB (Red+Green+Blue) = 207+109+192=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DC0 is #30923F. Grayscale: #939393. Windows color (decimal): -3183168 or 12611023. OLE color: 12611023.

HSL color Cylindrical-coordinate representation of color #CF6DC0: hue angle of 309.18º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6DC0 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 109 192 -
CMYK 0 0.47 0.07 0.19
HSL 309.18º 0.51% 0.62% -
HSV(B) 309.18º 0.47% 0.81% -
XYZ 40.72 28.01 53.13 -
YUV 147.76 152.97 170.25 -
System Red Green Blue C M Y K H S L
Decimal 207 109 192 0 0.47 0.07 0.19 309.18 0.51 0.62
Hex CF 6D C0 0 2F 7 13 135 33 3E
Octal 317 155 300 0 57 7 23 465 63 76
Binary 11001111 1101101 11000000 0 101111 111 10011 100110101 110011 111110

Color Harmonies of #CF6DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6DC0

Black with #CF6DC0

Text Example


Text Example

White with #CF6DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6DC0; }

 p { color: rgb(207,109,192); }

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

background-color css

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

 a { background-color: rgb(207,109,192); }

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

border-color css

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

 span { border-color: rgb(207,109,192); }

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