Html Css Color HEX #CF63DB Orchid

📋 copy color: '#CF63DB'

red 207 ◦ green 99 ◦ blue 219

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

Shades of Orchid #CF63DB

Tints of Orchid #CF63DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.86%

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

R = 39.43%
G = 18.86%
B = 41.71%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF63DB (or 0xCF63DB) is known color: Orchid. HEX triplet: CF, 63 and DB. RGB value is (207,99,219). Sum of RGB (Red+Green+Blue) = 207+99+219=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF63DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF63DB is #309C24. Grayscale: #909090. Windows color (decimal): -3185701 or 14377935. OLE color: 14377935.

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

Color convert

RGB 207 99 219 -
CMYK 0.05 0.55 0 0.14
HSL 294º 0.63% 0.62% -
HSV(B) 294º 0.55% 0.86% -
XYZ 42.98 27.3 70.02 -
YUV 144.97 169.78 172.24 -
System Red Green Blue C M Y K H S L
Decimal 207 99 219 0.05 0.55 0 0.14 294 0.63 0.62
Hex CF 63 DB 5 37 0 E 126 3E 3E
Octal 317 143 333 5 67 0 16 446 76 76
Binary 11001111 1100011 11011011 101 110111 0 1110 100100110 111110 111110

Color Harmonies of #CF63DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF63DB

Black with #CF63DB

Text Example


Text Example

White with #CF63DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF63DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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