Html Css Color HEX #CC69CB Orchid

📋 copy color: '#CC69CB'

red 204 ◦ green 105 ◦ blue 203

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

Shades of Orchid #CC69CB

Tints of Orchid #CC69CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.65%

R = 39.84%
G = 20.51%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC69CB (or 0xCC69CB) is known color: Orchid. HEX triplet: CC, 69 and CB. RGB value is (204,105,203). Sum of RGB (Red+Green+Blue) = 204+105+203=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC69CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69CB is #339634. Grayscale: #919191. Windows color (decimal): -3380789 or 13330892. OLE color: 13330892.

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

Color convert

RGB 204 105 203 -
CMYK 0 0.49 0.00 0.2
HSL 300.61º 0.49% 0.61% -
HSV(B) 300.61º 0.49% 0.8% -
XYZ 40.73 27.25 59.61 -
YUV 145.77 160.3 169.53 -
System Red Green Blue C M Y K H S L
Decimal 204 105 203 0 0.49 0.00 0.2 300.61 0.49 0.61
Hex CC 69 CB 0 31 0 14 12D 31 3D
Octal 314 151 313 0 61 0 24 455 61 75
Binary 11001100 1101001 11001011 0 110001 0 10100 100101101 110001 111101

Color Harmonies of #CC69CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69CB

Black with #CC69CB

Text Example


Text Example

White with #CC69CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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