Html Css Color HEX #CE74CB Orchid

📋 copy color: '#CE74CB'

red 206 ◦ green 116 ◦ blue 203

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

Shades of Orchid #CE74CB

Tints of Orchid #CE74CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.1%

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

R = 39.24%
G = 22.1%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE74CB (or 0xCE74CB) is known color: Orchid. HEX triplet: CE, 74 and CB. RGB value is (206,116,203). Sum of RGB (Red+Green+Blue) = 206+116+203=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CE74CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74CB is #318B34. Grayscale: #989898. Windows color (decimal): -3246901 or 13333710. OLE color: 13333710.

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

Color convert

RGB 206 116 203 -
CMYK 0 0.44 0.01 0.19
HSL 302º 0.48% 0.63% -
HSV(B) 302º 0.44% 0.81% -
XYZ 42.48 29.92 60.04 -
YUV 152.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 206 116 203 0 0.44 0.01 0.19 302 0.48 0.63
Hex CE 74 CB 0 2C 1 13 12E 30 3F
Octal 316 164 313 0 54 1 23 456 60 77
Binary 11001110 1110100 11001011 0 101100 1 10011 100101110 110000 111111

Color Harmonies of #CE74CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE74CB

Black with #CE74CB

Text Example


Text Example

White with #CE74CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE74CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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