Html Css Color HEX #CE6CE1 Orchid

📋 copy color: '#CE6CE1'

red 206 ◦ green 108 ◦ blue 225

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

Shades of Orchid #CE6CE1

Tints of Orchid #CE6CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.04%

 BLUE value IS 225 (88.28% from 255) = 41.74%

R = 38.22%
G = 20.04%
B = 41.74%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE6CE1 (or 0xCE6CE1) is known color: Orchid. HEX triplet: CE, 6C and E1. RGB value is (206,108,225). Sum of RGB (Red+Green+Blue) = 206+108+225=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE6CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6CE1 is #31931E. Grayscale: #969696. Windows color (decimal): -3248927 or 14773454. OLE color: 14773454.

HSL color Cylindrical-coordinate representation of color #CE6CE1: hue angle of 290.26º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6CE1 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 108 225 -
CMYK 0.08 0.52 0 0.12
HSL 290.26º 0.66% 0.65% -
HSV(B) 290.26º 0.52% 0.88% -
XYZ 44.41 29.28 74.55 -
YUV 150.64 169.97 167.49 -
System Red Green Blue C M Y K H S L
Decimal 206 108 225 0.08 0.52 0 0.12 290.26 0.66 0.65
Hex CE 6C E1 8 34 0 C 122 42 41
Octal 316 154 341 10 64 0 14 442 102 101
Binary 11001110 1101100 11100001 1000 110100 0 1100 100100010 1000010 1000001

Color Harmonies of #CE6CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6CE1

Black with #CE6CE1

Text Example


Text Example

White with #CE6CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6CE1; }

 p { color: rgb(206,108,225); }

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

background-color css

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

 a { background-color: rgb(206,108,225); }

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

border-color css

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

 span { border-color: rgb(206,108,225); }

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