Html Css Color HEX #CF63DF Orchid

📋 copy color: '#CF63DF'

red 207 ◦ green 99 ◦ blue 223

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

Shades of Orchid #CF63DF

Tints of Orchid #CF63DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.16%

R = 39.13%
G = 18.71%
B = 42.16%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF63DF (or 0xCF63DF) is known color: Orchid. HEX triplet: CF, 63 and DF. RGB value is (207,99,223). Sum of RGB (Red+Green+Blue) = 207+99+223=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF63DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF63DF is #309C20. Grayscale: #919191. Windows color (decimal): -3185697 or 14640079. OLE color: 14640079.

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

Color convert

RGB 207 99 223 -
CMYK 0.07 0.56 0 0.13
HSL 292.26º 0.66% 0.63% -
HSV(B) 292.26º 0.56% 0.87% -
XYZ 43.51 27.52 72.83 -
YUV 145.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 207 99 223 0.07 0.56 0 0.13 292.26 0.66 0.63
Hex CF 63 DF 7 38 0 D 124 42 3F
Octal 317 143 337 7 70 0 15 444 102 77
Binary 11001111 1100011 11011111 111 111000 0 1101 100100100 1000010 111111

Color Harmonies of #CF63DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF63DF

Black with #CF63DF

Text Example


Text Example

White with #CF63DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF63DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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