Html Css Color HEX #CE68CA Orchid

📋 copy color: '#CE68CA'

red 206 ◦ green 104 ◦ blue 202

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

Shades of Orchid #CE68CA

Tints of Orchid #CE68CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.45%

R = 40.23%
G = 20.31%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CE68CA (or 0xCE68CA) is known color: Orchid. HEX triplet: CE, 68 and CA. RGB value is (206,104,202). Sum of RGB (Red+Green+Blue) = 206+104+202=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68CA is #319735. Grayscale: #919191. Windows color (decimal): -3249974 or 13265102. OLE color: 13265102.

HSL color Cylindrical-coordinate representation of color #CE68CA: hue angle of 302.35º 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 #CE68CA is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 104 202 -
CMYK 0 0.50 0.02 0.19
HSL 302.35º 0.51% 0.61% -
HSV(B) 302.35º 0.5% 0.81% -
XYZ 41.06 27.29 58.98 -
YUV 145.67 159.79 171.03 -
System Red Green Blue C M Y K H S L
Decimal 206 104 202 0 0.50 0.02 0.19 302.35 0.51 0.61
Hex CE 68 CA 0 32 2 13 12E 33 3D
Octal 316 150 312 0 62 2 23 456 63 75
Binary 11001110 1101000 11001010 0 110010 10 10011 100101110 110011 111101

Color Harmonies of #CE68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE68CA

Black with #CE68CA

Text Example


Text Example

White with #CE68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE68CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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