Html Css Color HEX #CE65DF Orchid

📋 copy color: '#CE65DF'

red 206 ◦ green 101 ◦ blue 223

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

Shades of Orchid #CE65DF

Tints of Orchid #CE65DF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.06%

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 38.87%
G = 19.06%
B = 42.08%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE65DF (or 0xCE65DF) is known color: Orchid. HEX triplet: CE, 65 and DF. RGB value is (206,101,223). Sum of RGB (Red+Green+Blue) = 206+101+223=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE65DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65DF is #319A20. Grayscale: #919191. Windows color (decimal): -3250721 or 14640590. OLE color: 14640590.

HSL color Cylindrical-coordinate representation of color #CE65DF: hue angle of 291.64º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE65DF is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 101 223 -
CMYK 0.08 0.55 0 0.13
HSL 291.64º 0.66% 0.64% -
HSV(B) 291.64º 0.55% 0.87% -
XYZ 43.43 27.76 72.88 -
YUV 146.3 171.29 170.58 -
System Red Green Blue C M Y K H S L
Decimal 206 101 223 0.08 0.55 0 0.13 291.64 0.66 0.64
Hex CE 65 DF 8 37 0 D 124 42 40
Octal 316 145 337 10 67 0 15 444 102 100
Binary 11001110 1100101 11011111 1000 110111 0 1101 100100100 1000010 1000000

Color Harmonies of #CE65DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE65DF

Black with #CE65DF

Text Example


Text Example

White with #CE65DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE65DF; }

 p { color: rgb(206,101,223); }

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

background-color css

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

 a { background-color: rgb(206,101,223); }

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

border-color css

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

 span { border-color: rgb(206,101,223); }

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