Html Css Color HEX #CF65DB Orchid

📋 copy color: '#CF65DB'

red 207 ◦ green 101 ◦ blue 219

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

Shades of Orchid #CF65DB

Tints of Orchid #CF65DB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.17%

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

R = 39.28%
G = 19.17%
B = 41.56%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF65DB (or 0xCF65DB) is known color: Orchid. HEX triplet: CF, 65 and DB. RGB value is (207,101,219). Sum of RGB (Red+Green+Blue) = 207+101+219=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF65DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF65DB is #309A24. Grayscale: #919191. Windows color (decimal): -3185189 or 14378447. OLE color: 14378447.

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

Color convert

RGB 207 101 219 -
CMYK 0.05 0.54 0 0.14
HSL 293.9º 0.62% 0.63% -
HSV(B) 293.9º 0.54% 0.86% -
XYZ 43.17 27.69 70.09 -
YUV 146.15 169.12 171.41 -
System Red Green Blue C M Y K H S L
Decimal 207 101 219 0.05 0.54 0 0.14 293.9 0.62 0.63
Hex CF 65 DB 5 36 0 E 126 3E 3F
Octal 317 145 333 5 66 0 16 446 76 77
Binary 11001111 1100101 11011011 101 110110 0 1110 100100110 111110 111111

Color Harmonies of #CF65DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF65DB

Black with #CF65DB

Text Example


Text Example

White with #CF65DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF65DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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