Html Css Color HEX #CC67DA Orchid

📋 copy color: '#CC67DA'

red 204 ◦ green 103 ◦ blue 218

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

Shades of Orchid #CC67DA

Tints of Orchid #CC67DA

RGB

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

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

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

R = 38.86%
G = 19.62%
B = 41.52%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC67DA (or 0xCC67DA) is known color: Orchid. HEX triplet: CC, 67 and DA. RGB value is (204,103,218). Sum of RGB (Red+Green+Blue) = 204+103+218=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC67DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67DA is #339825. Grayscale: #919191. Windows color (decimal): -3381286 or 14313420. OLE color: 14313420.

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

Color convert

RGB 204 103 218 -
CMYK 0.06 0.53 0 0.15
HSL 292.7º 0.61% 0.63% -
HSV(B) 292.7º 0.53% 0.85% -
XYZ 42.41 27.6 69.42 -
YUV 146.31 168.46 169.15 -
System Red Green Blue C M Y K H S L
Decimal 204 103 218 0.06 0.53 0 0.15 292.7 0.61 0.63
Hex CC 67 DA 6 35 0 F 125 3D 3F
Octal 314 147 332 6 65 0 17 445 75 77
Binary 11001100 1100111 11011010 110 110101 0 1111 100100101 111101 111111

Color Harmonies of #CC67DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC67DA

Black with #CC67DA

Text Example


Text Example

White with #CC67DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC67DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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