Html Css Color HEX #CF68D9 Orchid

📋 copy color: '#CF68D9'

red 207 ◦ green 104 ◦ blue 217

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

Shades of Orchid #CF68D9

Tints of Orchid #CF68D9

RGB

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

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

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

R = 39.2%
G = 19.7%
B = 41.1%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF68D9 (or 0xCF68D9) is known color: Orchid. HEX triplet: CF, 68 and D9. RGB value is (207,104,217). Sum of RGB (Red+Green+Blue) = 207+104+217=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF68D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68D9 is #309726. Grayscale: #939393. Windows color (decimal): -3184423 or 14248143. OLE color: 14248143.

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

Color convert

RGB 207 104 217 -
CMYK 0.05 0.52 0 0.15
HSL 294.69º 0.6% 0.63% -
HSV(B) 294.69º 0.52% 0.85% -
XYZ 43.21 28.18 68.81 -
YUV 147.68 167.12 170.31 -
System Red Green Blue C M Y K H S L
Decimal 207 104 217 0.05 0.52 0 0.15 294.69 0.6 0.63
Hex CF 68 D9 5 34 0 F 127 3C 3F
Octal 317 150 331 5 64 0 17 447 74 77
Binary 11001111 1101000 11011001 101 110100 0 1111 100100111 111100 111111

Color Harmonies of #CF68D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF68D9

Black with #CF68D9

Text Example


Text Example

White with #CF68D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF68D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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