Html Css Color HEX #CE68D4 Orchid

📋 copy color: '#CE68D4'

red 206 ◦ green 104 ◦ blue 212

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

Shades of Orchid #CE68D4

Tints of Orchid #CE68D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.61%

R = 39.46%
G = 19.92%
B = 40.61%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CE68D4 (or 0xCE68D4) is known color: Orchid. HEX triplet: CE, 68 and D4. RGB value is (206,104,212). Sum of RGB (Red+Green+Blue) = 206+104+212=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE68D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68D4 is #31972B. Grayscale: #929292. Windows color (decimal): -3249964 or 13920462. OLE color: 13920462.

HSL color Cylindrical-coordinate representation of color #CE68D4: hue angle of 296.67º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE68D4 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 104 212 -
CMYK 0.03 0.51 0 0.17
HSL 296.67º 0.56% 0.62% -
HSV(B) 296.67º 0.51% 0.83% -
XYZ 42.29 27.78 65.42 -
YUV 146.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 206 104 212 0.03 0.51 0 0.17 296.67 0.56 0.62
Hex CE 68 D4 3 33 0 11 129 38 3E
Octal 316 150 324 3 63 0 21 451 70 76
Binary 11001110 1101000 11010100 11 110011 0 10001 100101001 111000 111110

Color Harmonies of #CE68D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE68D4

Black with #CE68D4

Text Example


Text Example

White with #CE68D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE68D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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