Html Css Color HEX #CF70CF Orchid

📋 copy color: '#CF70CF'

red 207 ◦ green 112 ◦ blue 207

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

Shades of Orchid #CF70CF

Tints of Orchid #CF70CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.35%

R = 39.35%
G = 21.29%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF70CF (or 0xCF70CF) is known color: Orchid. HEX triplet: CF, 70 and CF. RGB value is (207,112,207). Sum of RGB (Red+Green+Blue) = 207+112+207=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF70CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70CF is #308F30. Grayscale: #969696. Windows color (decimal): -3182385 or 13594831. OLE color: 13594831.

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

Color convert

RGB 207 112 207 -
CMYK 0 0.46 0 0.19
HSL 300º 0.5% 0.63% -
HSV(B) 300º 0.46% 0.81% -
XYZ 42.79 29.36 62.44 -
YUV 151.24 159.47 167.78 -
System Red Green Blue C M Y K H S L
Decimal 207 112 207 0 0.46 0 0.19 300 0.5 0.63
Hex CF 70 CF 0 2E 0 13 12C 32 3F
Octal 317 160 317 0 56 0 23 454 62 77
Binary 11001111 1110000 11001111 0 101110 0 10011 100101100 110010 111111

Color Harmonies of #CF70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF70CF

Black with #CF70CF

Text Example


Text Example

White with #CF70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF70CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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