Html Css Color HEX #CE5FD2 Orchid

📋 copy color: '#CE5FD2'

red 206 ◦ green 95 ◦ blue 210

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

Shades of Orchid #CE5FD2

Tints of Orchid #CE5FD2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.59%

 BLUE value IS 210 (82.42% from 255) = 41.1%

R = 40.31%
G = 18.59%
B = 41.1%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE5FD2 (or 0xCE5FD2) is known color: Orchid. HEX triplet: CE, 5F and D2. RGB value is (206,95,210). Sum of RGB (Red+Green+Blue) = 206+95+210=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE5FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FD2 is #31A02D. Grayscale: #8C8C8C. Windows color (decimal): -3252270 or 13787086. OLE color: 13787086.

HSL color Cylindrical-coordinate representation of color #CE5FD2: hue angle of 297.91º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5FD2 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 95 210 -
CMYK 0.02 0.55 0 0.18
HSL 297.91º 0.56% 0.6% -
HSV(B) 297.91º 0.55% 0.82% -
XYZ 41.18 25.96 63.81 -
YUV 141.3 166.77 174.15 -
System Red Green Blue C M Y K H S L
Decimal 206 95 210 0.02 0.55 0 0.18 297.91 0.56 0.6
Hex CE 5F D2 2 37 0 12 12A 38 3C
Octal 316 137 322 2 67 0 22 452 70 74
Binary 11001110 1011111 11010010 10 110111 0 10010 100101010 111000 111100

Color Harmonies of #CE5FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5FD2

Black with #CE5FD2

Text Example


Text Example

White with #CE5FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5FD2; }

 p { color: rgb(206,95,210); }

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

background-color css

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

 a { background-color: rgb(206,95,210); }

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

border-color css

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

 span { border-color: rgb(206,95,210); }

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