Html Css Color HEX #CC67CD Orchid

📋 copy color: '#CC67CD'

red 204 ◦ green 103 ◦ blue 205

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

Shades of Orchid #CC67CD

Tints of Orchid #CC67CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 39.84%
G = 20.12%
B = 40.04%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC67CD (or 0xCC67CD) is known color: Orchid. HEX triplet: CC, 67 and CD. RGB value is (204,103,205). Sum of RGB (Red+Green+Blue) = 204+103+205=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC67CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67CD is #339832. Grayscale: #909090. Windows color (decimal): -3381299 or 13461452. OLE color: 13461452.

HSL color Cylindrical-coordinate representation of color #CC67CD: hue angle of 299.41º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC67CD is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 103 205 -
CMYK 0.00 0.50 0 0.20
HSL 299.41º 0.5% 0.6% -
HSV(B) 299.41º 0.5% 0.8% -
XYZ 40.77 26.95 60.81 -
YUV 144.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 204 103 205 0.00 0.50 0 0.20 299.41 0.5 0.6
Hex CC 67 CD 0 32 0 14 12B 32 3C
Octal 314 147 315 0 62 0 24 453 62 74
Binary 11001100 1100111 11001101 0 110010 0 10100 100101011 110010 111100

Color Harmonies of #CC67CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC67CD

Black with #CC67CD

Text Example


Text Example

White with #CC67CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC67CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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