Html Css Color HEX #CC69C8 Orchid

📋 copy color: '#CC69C8'

red 204 ◦ green 105 ◦ blue 200

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

Shades of Orchid #CC69C8

Tints of Orchid #CC69C8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.63%

 BLUE value IS 200 (78.52% from 255) = 39.29%

R = 40.08%
G = 20.63%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC69C8 (or 0xCC69C8) is known color: Orchid. HEX triplet: CC, 69 and C8. RGB value is (204,105,200). Sum of RGB (Red+Green+Blue) = 204+105+200=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC69C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69C8 is #339637. Grayscale: #919191. Windows color (decimal): -3380792 or 13134284. OLE color: 13134284.

HSL color Cylindrical-coordinate representation of color #CC69C8: hue angle of 302.42º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC69C8 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 105 200 -
CMYK 0 0.49 0.02 0.2
HSL 302.42º 0.49% 0.61% -
HSV(B) 302.42º 0.49% 0.8% -
XYZ 40.38 27.11 57.75 -
YUV 145.43 158.8 169.78 -
System Red Green Blue C M Y K H S L
Decimal 204 105 200 0 0.49 0.02 0.2 302.42 0.49 0.61
Hex CC 69 C8 0 31 2 14 12E 31 3D
Octal 314 151 310 0 61 2 24 456 61 75
Binary 11001100 1101001 11001000 0 110001 10 10100 100101110 110001 111101

Color Harmonies of #CC69C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69C8

Black with #CC69C8

Text Example


Text Example

White with #CC69C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69C8; }

 p { color: rgb(204,105,200); }

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

background-color css

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

 a { background-color: rgb(204,105,200); }

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

border-color css

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

 span { border-color: rgb(204,105,200); }

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