Html Css Color HEX #CE70CB Orchid

📋 copy color: '#CE70CB'

red 206 ◦ green 112 ◦ blue 203

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

Shades of Orchid #CE70CB

Tints of Orchid #CE70CB

RGB

 RED value IS 206 (80.86% from 255) = 39.54%

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

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 39.54%
G = 21.5%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE70CB (or 0xCE70CB) is known color: Orchid. HEX triplet: CE, 70 and CB. RGB value is (206,112,203). Sum of RGB (Red+Green+Blue) = 206+112+203=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE70CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70CB is #318F34. Grayscale: #969696. Windows color (decimal): -3247925 or 13332686. OLE color: 13332686.

HSL color Cylindrical-coordinate representation of color #CE70CB: hue angle of 301.91º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE70CB is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 112 203 -
CMYK 0 0.46 0.01 0.19
HSL 301.91º 0.49% 0.62% -
HSV(B) 301.91º 0.46% 0.81% -
XYZ 42.03 29.02 59.89 -
YUV 150.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 206 112 203 0 0.46 0.01 0.19 301.91 0.49 0.62
Hex CE 70 CB 0 2E 1 13 12E 31 3E
Octal 316 160 313 0 56 1 23 456 61 76
Binary 11001110 1110000 11001011 0 101110 1 10011 100101110 110001 111110

Color Harmonies of #CE70CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE70CB

Black with #CE70CB

Text Example


Text Example

White with #CE70CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE70CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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