Html Css Color HEX #CD62CE Orchid

📋 copy color: '#CD62CE'

red 205 ◦ green 98 ◦ blue 206

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

Shades of Orchid #CD62CE

Tints of Orchid #CD62CE

RGB

 RED value IS 205 (80.47% from 255) = 40.28%

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

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 40.28%
G = 19.25%
B = 40.47%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD62CE (or 0xCD62CE) is known color: Orchid. HEX triplet: CD, 62 and CE. RGB value is (205,98,206). Sum of RGB (Red+Green+Blue) = 205+98+206=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD62CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD62CE is #329D31. Grayscale: #8D8D8D. Windows color (decimal): -3317042 or 13525709. OLE color: 13525709.

HSL color Cylindrical-coordinate representation of color #CD62CE: hue angle of 299.44º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD62CE is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 98 206 -
CMYK 0.00 0.52 0 0.19
HSL 299.44º 0.52% 0.6% -
HSV(B) 299.44º 0.52% 0.81% -
XYZ 40.69 26.17 61.3 -
YUV 142.31 163.95 172.72 -
System Red Green Blue C M Y K H S L
Decimal 205 98 206 0.00 0.52 0 0.19 299.44 0.52 0.6
Hex CD 62 CE 0 34 0 13 12B 34 3C
Octal 315 142 316 0 64 0 23 453 64 74
Binary 11001101 1100010 11001110 0 110100 0 10011 100101011 110100 111100

Color Harmonies of #CD62CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD62CE

Black with #CD62CE

Text Example


Text Example

White with #CD62CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD62CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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