Html Css Color HEX #CC67CA Orchid

📋 copy color: '#CC67CA'

red 204 ◦ green 103 ◦ blue 202

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

Shades of Orchid #CC67CA

Tints of Orchid #CC67CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.69%

R = 40.08%
G = 20.24%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC67CA (or 0xCC67CA) is known color: Orchid. HEX triplet: CC, 67 and CA. RGB value is (204,103,202). Sum of RGB (Red+Green+Blue) = 204+103+202=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC67CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67CA is #339835. Grayscale: #909090. Windows color (decimal): -3381302 or 13264844. OLE color: 13264844.

HSL color Cylindrical-coordinate representation of color #CC67CA: hue angle of 301.19º 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 #CC67CA is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 103 202 -
CMYK 0 0.50 0.01 0.2
HSL 301.19º 0.5% 0.6% -
HSV(B) 301.19º 0.5% 0.8% -
XYZ 40.41 26.8 58.92 -
YUV 144.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 204 103 202 0 0.50 0.01 0.2 301.19 0.5 0.6
Hex CC 67 CA 0 32 1 14 12D 32 3C
Octal 314 147 312 0 62 1 24 455 62 74
Binary 11001100 1100111 11001010 0 110010 1 10100 100101101 110010 111100

Color Harmonies of #CC67CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC67CA

Black with #CC67CA

Text Example


Text Example

White with #CC67CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC67CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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