Html Css Color HEX #CF70C9 Orchid

📋 copy color: '#CF70C9'

red 207 ◦ green 112 ◦ blue 201

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

Shades of Orchid #CF70C9

Tints of Orchid #CF70C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.65%

R = 39.81%
G = 21.54%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CF70C9 (or 0xCF70C9) is known color: Orchid. HEX triplet: CF, 70 and C9. RGB value is (207,112,201). Sum of RGB (Red+Green+Blue) = 207+112+201=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70C9 is #308F36. Grayscale: #969696. Windows color (decimal): -3182391 or 13201615. OLE color: 13201615.

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

Color convert

RGB 207 112 201 -
CMYK 0 0.46 0.03 0.19
HSL 303.79º 0.5% 0.63% -
HSV(B) 303.79º 0.46% 0.81% -
XYZ 42.07 29.07 58.65 -
YUV 150.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 207 112 201 0 0.46 0.03 0.19 303.79 0.5 0.63
Hex CF 70 C9 0 2E 3 13 130 32 3F
Octal 317 160 311 0 56 3 23 460 62 77
Binary 11001111 1110000 11001001 0 101110 11 10011 100110000 110010 111111

Color Harmonies of #CF70C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF70C9

Black with #CF70C9

Text Example


Text Example

White with #CF70C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF70C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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