Html Css Color HEX #CC62D8 Orchid

📋 copy color: '#CC62D8'

red 204 ◦ green 98 ◦ blue 216

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

Shades of Orchid #CC62D8

Tints of Orchid #CC62D8

RGB

 RED value IS 204 (80.08% from 255) = 39.38%

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

 BLUE value IS 216 (84.77% from 255) = 41.7%

R = 39.38%
G = 18.92%
B = 41.7%

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

#CC62D8 (or 0xCC62D8) is known color: Orchid. HEX triplet: CC, 62 and D8. RGB value is (204,98,216). Sum of RGB (Red+Green+Blue) = 204+98+216=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 98 (38.67% from 255 or 18.92% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC62D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC62D8 is #339D27. Grayscale: #8E8E8E. Windows color (decimal): -3382568 or 14181068. OLE color: 14181068.

HSL color Cylindrical-coordinate representation of color #CC62D8: hue angle of 293.9º degrees, saturation: 0.6, 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 #CC62D8 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 98 216 -
CMYK 0.06 0.55 0 0.15
HSL 293.9º 0.6% 0.62% -
HSV(B) 293.9º 0.55% 0.85% -
XYZ 41.66 26.53 67.89 -
YUV 143.15 169.12 171.41 -
System Red Green Blue C M Y K H S L
Decimal 204 98 216 0.06 0.55 0 0.15 293.9 0.6 0.62
Hex CC 62 D8 6 37 0 F 126 3C 3E
Octal 314 142 330 6 67 0 17 446 74 76
Binary 11001100 1100010 11011000 110 110111 0 1111 100100110 111100 111110

Color Harmonies of #CC62D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC62D8

Black with #CC62D8

Text Example


Text Example

White with #CC62D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC62D8; }

 p { color: rgb(204,98,216); }

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

background-color css

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

 a { background-color: rgb(204,98,216); }

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

border-color css

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

 span { border-color: rgb(204,98,216); }

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