Html Css Color HEX #CF63DE Orchid

📋 copy color: '#CF63DE'

red 207 ◦ green 99 ◦ blue 222

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

Shades of Orchid #CF63DE

Tints of Orchid #CF63DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.05%

R = 39.2%
G = 18.75%
B = 42.05%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF63DE (or 0xCF63DE) is known color: Orchid. HEX triplet: CF, 63 and DE. RGB value is (207,99,222). Sum of RGB (Red+Green+Blue) = 207+99+222=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF63DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF63DE is #309C21. Grayscale: #909090. Windows color (decimal): -3185698 or 14574543. OLE color: 14574543.

HSL color Cylindrical-coordinate representation of color #CF63DE: hue angle of 292.68º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF63DE is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 99 222 -
CMYK 0.07 0.55 0 0.13
HSL 292.68º 0.65% 0.63% -
HSV(B) 292.68º 0.55% 0.87% -
XYZ 43.38 27.46 72.12 -
YUV 145.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 207 99 222 0.07 0.55 0 0.13 292.68 0.65 0.63
Hex CF 63 DE 7 37 0 D 125 41 3F
Octal 317 143 336 7 67 0 15 445 101 77
Binary 11001111 1100011 11011110 111 110111 0 1101 100100101 1000001 111111

Color Harmonies of #CF63DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF63DE

Black with #CF63DE

Text Example


Text Example

White with #CF63DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF63DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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