Html Css Color HEX #CF70BB Orchid

📋 copy color: '#CF70BB'

red 207 ◦ green 112 ◦ blue 187

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

Shades of Orchid #CF70BB

Tints of Orchid #CF70BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.96%

R = 40.91%
G = 22.13%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF70BB (or 0xCF70BB) is known color: Orchid. HEX triplet: CF, 70 and BB. RGB value is (207,112,187). Sum of RGB (Red+Green+Blue) = 207+112+187=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70BB is #308F44. Grayscale: #949494. Windows color (decimal): -3182405 or 12284111. OLE color: 12284111.

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

Color convert

RGB 207 112 187 -
CMYK 0 0.46 0.10 0.19
HSL 312.63º 0.5% 0.63% -
HSV(B) 312.63º 0.46% 0.81% -
XYZ 40.5 28.44 50.37 -
YUV 148.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 207 112 187 0 0.46 0.10 0.19 312.63 0.5 0.63
Hex CF 70 BB 0 2E A 13 139 32 3F
Octal 317 160 273 0 56 12 23 471 62 77
Binary 11001111 1110000 10111011 0 101110 1010 10011 100111001 110010 111111

Color Harmonies of #CF70BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF70BB

Black with #CF70BB

Text Example


Text Example

White with #CF70BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF70BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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