Html Css Color HEX #CB70E2 Orchid

📋 copy color: '#CB70E2'

red 203 ◦ green 112 ◦ blue 226

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

Shades of Orchid #CB70E2

Tints of Orchid #CB70E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.77%

R = 37.52%
G = 20.7%
B = 41.77%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CB70E2 (or 0xCB70E2) is known color: Orchid. HEX triplet: CB, 70 and E2. RGB value is (203,112,226). Sum of RGB (Red+Green+Blue) = 203+112+226=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #CB70E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70E2 is #348F1D. Grayscale: #979797. Windows color (decimal): -3444510 or 14840011. OLE color: 14840011.

HSL color Cylindrical-coordinate representation of color #CB70E2: hue angle of 287.89º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB70E2 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 112 226 -
CMYK 0.10 0.50 0 0.11
HSL 287.89º 0.66% 0.66% -
HSV(B) 287.89º 0.5% 0.89% -
XYZ 44.15 29.78 75.37 -
YUV 152.21 169.65 164.23 -
System Red Green Blue C M Y K H S L
Decimal 203 112 226 0.10 0.50 0 0.11 287.89 0.66 0.66
Hex CB 70 E2 A 32 0 B 120 42 42
Octal 313 160 342 12 62 0 13 440 102 102
Binary 11001011 1110000 11100010 1010 110010 0 1011 100100000 1000010 1000010

Color Harmonies of #CB70E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB70E2

Black with #CB70E2

Text Example


Text Example

White with #CB70E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB70E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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