Html Css Color HEX #CB70E4 Orchid

📋 copy color: '#CB70E4'

red 203 ◦ green 112 ◦ blue 228

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

Shades of Orchid #CB70E4

Tints of Orchid #CB70E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.99%

R = 37.38%
G = 20.63%
B = 41.99%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CB70E4 (or 0xCB70E4) is known color: Orchid. HEX triplet: CB, 70 and E4. RGB value is (203,112,228). Sum of RGB (Red+Green+Blue) = 203+112+228=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB70E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB70E4 is #348F1B. Grayscale: #989898. Windows color (decimal): -3444508 or 14971083. OLE color: 14971083.

HSL color Cylindrical-coordinate representation of color #CB70E4: hue angle of 287.07º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB70E4 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 112 228 -
CMYK 0.11 0.51 0 0.11
HSL 287.07º 0.68% 0.67% -
HSV(B) 287.07º 0.51% 0.89% -
XYZ 44.43 29.89 76.83 -
YUV 152.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 203 112 228 0.11 0.51 0 0.11 287.07 0.68 0.67
Hex CB 70 E4 B 33 0 B 11F 44 43
Octal 313 160 344 13 63 0 13 437 104 103
Binary 11001011 1110000 11100100 1011 110011 0 1011 100011111 1000100 1000011

Color Harmonies of #CB70E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB70E4

Black with #CB70E4

Text Example


Text Example

White with #CB70E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB70E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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