Html Css Color HEX #CF63CE Orchid

📋 copy color: '#CF63CE'

red 207 ◦ green 99 ◦ blue 206

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

Shades of Orchid #CF63CE

Tints of Orchid #CF63CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 40.43%
G = 19.34%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF63CE (or 0xCF63CE) is known color: Orchid. HEX triplet: CF, 63 and CE. RGB value is (207,99,206). Sum of RGB (Red+Green+Blue) = 207+99+206=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF63CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF63CE is #309C31. Grayscale: #8F8F8F. Windows color (decimal): -3185714 or 13525967. OLE color: 13525967.

HSL color Cylindrical-coordinate representation of color #CF63CE: hue angle of 300.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF63CE is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 99 206 -
CMYK 0 0.52 0.00 0.19
HSL 300.56º 0.53% 0.6% -
HSV(B) 300.56º 0.52% 0.81% -
XYZ 41.33 26.65 61.36 -
YUV 143.49 163.28 173.3 -
System Red Green Blue C M Y K H S L
Decimal 207 99 206 0 0.52 0.00 0.19 300.56 0.53 0.6
Hex CF 63 CE 0 34 0 13 12D 35 3C
Octal 317 143 316 0 64 0 23 455 65 74
Binary 11001111 1100011 11001110 0 110100 0 10011 100101101 110101 111100

Color Harmonies of #CF63CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF63CE

Black with #CF63CE

Text Example


Text Example

White with #CF63CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF63CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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