Html Css Color HEX #CE79CB Orchid

📋 copy color: '#CE79CB'

red 206 ◦ green 121 ◦ blue 203

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

Shades of Orchid #CE79CB

Tints of Orchid #CE79CB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.83%

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

R = 38.87%
G = 22.83%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE79CB (or 0xCE79CB) is known color: Orchid. HEX triplet: CE, 79 and CB. RGB value is (206,121,203). Sum of RGB (Red+Green+Blue) = 206+121+203=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE79CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79CB is #318634. Grayscale: #9B9B9B. Windows color (decimal): -3245621 or 13334990. OLE color: 13334990.

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

Color convert

RGB 206 121 203 -
CMYK 0 0.41 0.01 0.19
HSL 302.12º 0.46% 0.64% -
HSV(B) 302.12º 0.41% 0.81% -
XYZ 43.07 31.11 60.23 -
YUV 155.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 206 121 203 0 0.41 0.01 0.19 302.12 0.46 0.64
Hex CE 79 CB 0 29 1 13 12E 2E 40
Octal 316 171 313 0 51 1 23 456 56 100
Binary 11001110 1111001 11001011 0 101001 1 10011 100101110 101110 1000000

Color Harmonies of #CE79CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE79CB

Black with #CE79CB

Text Example


Text Example

White with #CE79CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE79CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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