Html Css Color HEX #CB70BF Orchid

📋 copy color: '#CB70BF'

red 203 ◦ green 112 ◦ blue 191

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

Shades of Orchid #CB70BF

Tints of Orchid #CB70BF

RGB

 RED value IS 203 (79.69% from 255) = 40.12%

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

 BLUE value IS 191 (75% from 255) = 37.75%

R = 40.12%
G = 22.13%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CB70BF (or 0xCB70BF) is known color: Orchid. HEX triplet: CB, 70 and BF. RGB value is (203,112,191). Sum of RGB (Red+Green+Blue) = 203+112+191=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB70BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70BF is #348F40. Grayscale: #939393. Windows color (decimal): -3444545 or 12546251. OLE color: 12546251.

HSL color Cylindrical-coordinate representation of color #CB70BF: hue angle of 307.91º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB70BF is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 112 191 -
CMYK 0 0.45 0.06 0.20
HSL 307.91º 0.47% 0.62% -
HSV(B) 307.91º 0.45% 0.8% -
XYZ 39.83 28.05 52.6 -
YUV 148.22 152.15 167.08 -
System Red Green Blue C M Y K H S L
Decimal 203 112 191 0 0.45 0.06 0.20 307.91 0.47 0.62
Hex CB 70 BF 0 2D 6 14 134 2F 3E
Octal 313 160 277 0 55 6 24 464 57 76
Binary 11001011 1110000 10111111 0 101101 110 10100 100110100 101111 111110

Color Harmonies of #CB70BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB70BF

Black with #CB70BF

Text Example


Text Example

White with #CB70BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB70BF; }

 p { color: rgb(203,112,191); }

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

background-color css

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

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

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

border-color css

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

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

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