Html Css Color HEX #CF70CE Orchid

📋 copy color: '#CF70CE'

red 207 ◦ green 112 ◦ blue 206

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

Shades of Orchid #CF70CE

Tints of Orchid #CF70CE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.33%

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

R = 39.43%
G = 21.33%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF70CE (or 0xCF70CE) is known color: Orchid. HEX triplet: CF, 70 and CE. RGB value is (207,112,206). Sum of RGB (Red+Green+Blue) = 207+112+206=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70CE is #308F31. Grayscale: #969696. Windows color (decimal): -3182386 or 13529295. OLE color: 13529295.

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

Color convert

RGB 207 112 206 -
CMYK 0 0.46 0.00 0.19
HSL 300.63º 0.5% 0.63% -
HSV(B) 300.63º 0.46% 0.81% -
XYZ 42.67 29.31 61.8 -
YUV 151.12 158.97 167.86 -
System Red Green Blue C M Y K H S L
Decimal 207 112 206 0 0.46 0.00 0.19 300.63 0.5 0.63
Hex CF 70 CE 0 2E 0 13 12D 32 3F
Octal 317 160 316 0 56 0 23 455 62 77
Binary 11001111 1110000 11001110 0 101110 0 10011 100101101 110010 111111

Color Harmonies of #CF70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF70CE

Black with #CF70CE

Text Example


Text Example

White with #CF70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF70CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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