Html Css Color HEX #CE68C2 Orchid

📋 copy color: '#CE68C2'

red 206 ◦ green 104 ◦ blue 194

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

Shades of Orchid #CE68C2

Tints of Orchid #CE68C2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.63%

 BLUE value IS 194 (76.17% from 255) = 38.49%

R = 40.87%
G = 20.63%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE68C2 (or 0xCE68C2) is known color: Orchid. HEX triplet: CE, 68 and C2. RGB value is (206,104,194). Sum of RGB (Red+Green+Blue) = 206+104+194=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68C2 is #31973D. Grayscale: #909090. Windows color (decimal): -3249982 or 12740814. OLE color: 12740814.

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

Color convert

RGB 206 104 194 -
CMYK 0 0.50 0.06 0.19
HSL 307.06º 0.51% 0.61% -
HSV(B) 307.06º 0.5% 0.81% -
XYZ 40.14 26.92 54.12 -
YUV 144.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 206 104 194 0 0.50 0.06 0.19 307.06 0.51 0.61
Hex CE 68 C2 0 32 6 13 133 33 3D
Octal 316 150 302 0 62 6 23 463 63 75
Binary 11001110 1101000 11000010 0 110010 110 10011 100110011 110011 111101

Color Harmonies of #CE68C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE68C2

Black with #CE68C2

Text Example


Text Example

White with #CE68C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE68C2; }

 p { color: rgb(206,104,194); }

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

background-color css

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

 a { background-color: rgb(206,104,194); }

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

border-color css

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

 span { border-color: rgb(206,104,194); }

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