Html Css Color HEX #CE68C4 Orchid

📋 copy color: '#CE68C4'

red 206 ◦ green 104 ◦ blue 196

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

Shades of Orchid #CE68C4

Tints of Orchid #CE68C4

RGB

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

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

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

R = 40.71%
G = 20.55%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE68C4 (or 0xCE68C4) is known color: Orchid. HEX triplet: CE, 68 and C4. RGB value is (206,104,196). Sum of RGB (Red+Green+Blue) = 206+104+196=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68C4 is #31973B. Grayscale: #909090. Windows color (decimal): -3249980 or 12871886. OLE color: 12871886.

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

Color convert

RGB 206 104 196 -
CMYK 0 0.50 0.05 0.19
HSL 305.88º 0.51% 0.61% -
HSV(B) 305.88º 0.5% 0.81% -
XYZ 40.37 27.01 55.31 -
YUV 144.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 206 104 196 0 0.50 0.05 0.19 305.88 0.51 0.61
Hex CE 68 C4 0 32 5 13 132 33 3D
Octal 316 150 304 0 62 5 23 462 63 75
Binary 11001110 1101000 11000100 0 110010 101 10011 100110010 110011 111101

Color Harmonies of #CE68C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE68C4

Black with #CE68C4

Text Example


Text Example

White with #CE68C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE68C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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