Html Css Color HEX #CE6BC4 Orchid

📋 copy color: '#CE6BC4'

red 206 ◦ green 107 ◦ blue 196

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

Shades of Orchid #CE6BC4

Tints of Orchid #CE6BC4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.02%

 BLUE value IS 196 (76.95% from 255) = 38.51%

R = 40.47%
G = 21.02%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE6BC4 (or 0xCE6BC4) is known color: Orchid. HEX triplet: CE, 6B and C4. RGB value is (206,107,196). Sum of RGB (Red+Green+Blue) = 206+107+196=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BC4 is #31943B. Grayscale: #929292. Windows color (decimal): -3249212 or 12872654. OLE color: 12872654.

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

Color convert

RGB 206 107 196 -
CMYK 0 0.48 0.05 0.19
HSL 306.06º 0.5% 0.61% -
HSV(B) 306.06º 0.48% 0.81% -
XYZ 40.68 27.62 55.41 -
YUV 146.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 206 107 196 0 0.48 0.05 0.19 306.06 0.5 0.61
Hex CE 6B C4 0 30 5 13 132 32 3D
Octal 316 153 304 0 60 5 23 462 62 75
Binary 11001110 1101011 11000100 0 110000 101 10011 100110010 110010 111101

Color Harmonies of #CE6BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6BC4

Black with #CE6BC4

Text Example


Text Example

White with #CE6BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6BC4; }

 p { color: rgb(206,107,196); }

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

background-color css

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

 a { background-color: rgb(206,107,196); }

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

border-color css

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

 span { border-color: rgb(206,107,196); }

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