Html Css Color HEX #CE62DA Orchid

📋 copy color: '#CE62DA'

red 206 ◦ green 98 ◦ blue 218

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

Shades of Orchid #CE62DA

Tints of Orchid #CE62DA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.77%

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 39.46%
G = 18.77%
B = 41.76%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE62DA (or 0xCE62DA) is known color: Orchid. HEX triplet: CE, 62 and DA. RGB value is (206,98,218). Sum of RGB (Red+Green+Blue) = 206+98+218=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 98 (38.67% from 255 or 18.77% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE62DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE62DA is #319D25. Grayscale: #8F8F8F. Windows color (decimal): -3251494 or 14312142. OLE color: 14312142.

HSL color Cylindrical-coordinate representation of color #CE62DA: hue angle of 294º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE62DA is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 98 218 -
CMYK 0.06 0.55 0 0.15
HSL 294º 0.62% 0.62% -
HSV(B) 294º 0.55% 0.85% -
XYZ 42.48 26.92 69.29 -
YUV 143.97 169.78 172.24 -
System Red Green Blue C M Y K H S L
Decimal 206 98 218 0.06 0.55 0 0.15 294 0.62 0.62
Hex CE 62 DA 6 37 0 F 126 3E 3E
Octal 316 142 332 6 67 0 17 446 76 76
Binary 11001110 1100010 11011010 110 110111 0 1111 100100110 111110 111110

Color Harmonies of #CE62DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE62DA

Black with #CE62DA

Text Example


Text Example

White with #CE62DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE62DA; }

 p { color: rgb(206,98,218); }

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

background-color css

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

 a { background-color: rgb(206,98,218); }

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

border-color css

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

 span { border-color: rgb(206,98,218); }

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