Html Css Color HEX #CF70DE Orchid

📋 copy color: '#CF70DE'

red 207 ◦ green 112 ◦ blue 222

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

Shades of Orchid #CF70DE

Tints of Orchid #CF70DE

RGB

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

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

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

R = 38.26%
G = 20.7%
B = 41.04%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF70DE (or 0xCF70DE) is known color: Orchid. HEX triplet: CF, 70 and DE. RGB value is (207,112,222). Sum of RGB (Red+Green+Blue) = 207+112+222=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF70DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70DE is #308F21. Grayscale: #989898. Windows color (decimal): -3182370 or 14577871. OLE color: 14577871.

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

Color convert

RGB 207 112 222 -
CMYK 0.07 0.50 0 0.13
HSL 291.82º 0.63% 0.65% -
HSV(B) 291.82º 0.5% 0.87% -
XYZ 44.71 30.13 72.57 -
YUV 152.95 166.97 166.56 -
System Red Green Blue C M Y K H S L
Decimal 207 112 222 0.07 0.50 0 0.13 291.82 0.63 0.65
Hex CF 70 DE 7 32 0 D 124 3E 41
Octal 317 160 336 7 62 0 15 444 76 101
Binary 11001111 1110000 11011110 111 110010 0 1101 100100100 111110 1000001

Color Harmonies of #CF70DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF70DE

Black with #CF70DE

Text Example


Text Example

White with #CF70DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF70DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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