Html Css Color HEX #CF61DB Orchid

📋 copy color: '#CF61DB'

red 207 ◦ green 97 ◦ blue 219

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

Shades of Orchid #CF61DB

Tints of Orchid #CF61DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.55%

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

R = 39.58%
G = 18.55%
B = 41.87%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF61DB (or 0xCF61DB) is known color: Orchid. HEX triplet: CF, 61 and DB. RGB value is (207,97,219). Sum of RGB (Red+Green+Blue) = 207+97+219=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF61DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61DB is #309E24. Grayscale: #8F8F8F. Windows color (decimal): -3186213 or 14377423. OLE color: 14377423.

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

Color convert

RGB 207 97 219 -
CMYK 0.05 0.56 0 0.14
HSL 294.1º 0.63% 0.62% -
HSV(B) 294.1º 0.56% 0.86% -
XYZ 42.79 26.93 69.96 -
YUV 143.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 207 97 219 0.05 0.56 0 0.14 294.1 0.63 0.62
Hex CF 61 DB 5 38 0 E 126 3F 3E
Octal 317 141 333 5 70 0 16 446 77 76
Binary 11001111 1100001 11011011 101 111000 0 1110 100100110 111111 111110

Color Harmonies of #CF61DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF61DB

Black with #CF61DB

Text Example


Text Example

White with #CF61DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF61DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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