Html Css Color HEX #CF68CE Orchid

📋 copy color: '#CF68CE'

red 207 ◦ green 104 ◦ blue 206

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

Shades of Orchid #CF68CE

Tints of Orchid #CF68CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.12%

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 40.04%
G = 20.12%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF68CE (or 0xCF68CE) is known color: Orchid. HEX triplet: CF, 68 and CE. RGB value is (207,104,206). Sum of RGB (Red+Green+Blue) = 207+104+206=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF68CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68CE is #309731. Grayscale: #929292. Windows color (decimal): -3184434 or 13527247. OLE color: 13527247.

HSL color Cylindrical-coordinate representation of color #CF68CE: hue angle of 300.58º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF68CE is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 104 206 -
CMYK 0 0.50 0.00 0.19
HSL 300.58º 0.52% 0.61% -
HSV(B) 300.58º 0.5% 0.81% -
XYZ 41.82 27.62 61.52 -
YUV 146.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 207 104 206 0 0.50 0.00 0.19 300.58 0.52 0.61
Hex CF 68 CE 0 32 0 13 12D 34 3D
Octal 317 150 316 0 62 0 23 455 64 75
Binary 11001111 1101000 11001110 0 110010 0 10011 100101101 110100 111101

Color Harmonies of #CF68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF68CE

Black with #CF68CE

Text Example


Text Example

White with #CF68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF68CE; }

 p { color: rgb(207,104,206); }

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

background-color css

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

 a { background-color: rgb(207,104,206); }

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

border-color css

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

 span { border-color: rgb(207,104,206); }

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