Html Css Color HEX #CC67DD Orchid

📋 copy color: '#CC67DD'

red 204 ◦ green 103 ◦ blue 221

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

Shades of Orchid #CC67DD

Tints of Orchid #CC67DD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.51%

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 38.64%
G = 19.51%
B = 41.86%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC67DD (or 0xCC67DD) is known color: Orchid. HEX triplet: CC, 67 and DD. RGB value is (204,103,221). Sum of RGB (Red+Green+Blue) = 204+103+221=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC67DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67DD is #339822. Grayscale: #929292. Windows color (decimal): -3381283 or 14510028. OLE color: 14510028.

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

Color convert

RGB 204 103 221 -
CMYK 0.08 0.53 0 0.13
HSL 291.36º 0.63% 0.64% -
HSV(B) 291.36º 0.53% 0.87% -
XYZ 42.8 27.76 71.51 -
YUV 146.65 169.96 168.91 -
System Red Green Blue C M Y K H S L
Decimal 204 103 221 0.08 0.53 0 0.13 291.36 0.63 0.64
Hex CC 67 DD 8 35 0 D 123 3F 40
Octal 314 147 335 10 65 0 15 443 77 100
Binary 11001100 1100111 11011101 1000 110101 0 1101 100100011 111111 1000000

Color Harmonies of #CC67DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC67DD

Black with #CC67DD

Text Example


Text Example

White with #CC67DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC67DD; }

 p { color: rgb(204,103,221); }

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

background-color css

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

 a { background-color: rgb(204,103,221); }

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

border-color css

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

 span { border-color: rgb(204,103,221); }

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