Html Css Color HEX #CF68DB Orchid

📋 copy color: '#CF68DB'

red 207 ◦ green 104 ◦ blue 219

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

Shades of Orchid #CF68DB

Tints of Orchid #CF68DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 39.06%
G = 19.62%
B = 41.32%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF68DB (or 0xCF68DB) is known color: Orchid. HEX triplet: CF, 68 and DB. RGB value is (207,104,219). Sum of RGB (Red+Green+Blue) = 207+104+219=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF68DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68DB is #309724. Grayscale: #939393. Windows color (decimal): -3184421 or 14379215. OLE color: 14379215.

HSL color Cylindrical-coordinate representation of color #CF68DB: hue angle of 293.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF68DB is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 104 219 -
CMYK 0.05 0.53 0 0.14
HSL 293.74º 0.61% 0.63% -
HSV(B) 293.74º 0.53% 0.86% -
XYZ 43.47 28.28 70.19 -
YUV 147.91 168.12 170.15 -
System Red Green Blue C M Y K H S L
Decimal 207 104 219 0.05 0.53 0 0.14 293.74 0.61 0.63
Hex CF 68 DB 5 35 0 E 126 3D 3F
Octal 317 150 333 5 65 0 16 446 75 77
Binary 11001111 1101000 11011011 101 110101 0 1110 100100110 111101 111111

Color Harmonies of #CF68DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF68DB

Black with #CF68DB

Text Example


Text Example

White with #CF68DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF68DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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