Html Css Color HEX #CF70CC Orchid

📋 copy color: '#CF70CC'

red 207 ◦ green 112 ◦ blue 204

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

Shades of Orchid #CF70CC

Tints of Orchid #CF70CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.01%

R = 39.58%
G = 21.41%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF70CC (or 0xCF70CC) is known color: Orchid. HEX triplet: CF, 70 and CC. RGB value is (207,112,204). Sum of RGB (Red+Green+Blue) = 207+112+204=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70CC is #308F33. Grayscale: #969696. Windows color (decimal): -3182388 or 13398223. OLE color: 13398223.

HSL color Cylindrical-coordinate representation of color #CF70CC: hue angle of 301.89º 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 #CF70CC is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 112 204 -
CMYK 0 0.46 0.01 0.19
HSL 301.89º 0.5% 0.63% -
HSV(B) 301.89º 0.46% 0.81% -
XYZ 42.43 29.21 60.53 -
YUV 150.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 207 112 204 0 0.46 0.01 0.19 301.89 0.5 0.63
Hex CF 70 CC 0 2E 1 13 12E 32 3F
Octal 317 160 314 0 56 1 23 456 62 77
Binary 11001111 1110000 11001100 0 101110 1 10011 100101110 110010 111111

Color Harmonies of #CF70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF70CC

Black with #CF70CC

Text Example


Text Example

White with #CF70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF70CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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