Html Css Color HEX #CB64DA Orchid

📋 copy color: '#CB64DA'

red 203 ◦ green 100 ◦ blue 218

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

Shades of Orchid #CB64DA

Tints of Orchid #CB64DA

RGB

 RED value IS 203 (79.69% from 255) = 38.96%

 GREEN value IS 100 (39.45% from 255) = 19.19%

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

R = 38.96%
G = 19.19%
B = 41.84%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB64DA (or 0xCB64DA) is known color: Orchid. HEX triplet: CB, 64 and DA. RGB value is (203,100,218). Sum of RGB (Red+Green+Blue) = 203+100+218=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB64DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB64DA is #349B25. Grayscale: #8F8F8F. Windows color (decimal): -3447590 or 14312651. OLE color: 14312651.

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

Color convert

RGB 203 100 218 -
CMYK 0.07 0.54 0 0.15
HSL 292.37º 0.61% 0.62% -
HSV(B) 292.37º 0.54% 0.85% -
XYZ 41.84 26.87 69.31 -
YUV 144.25 169.62 169.91 -
System Red Green Blue C M Y K H S L
Decimal 203 100 218 0.07 0.54 0 0.15 292.37 0.61 0.62
Hex CB 64 DA 7 36 0 F 124 3D 3E
Octal 313 144 332 7 66 0 17 444 75 76
Binary 11001011 1100100 11011010 111 110110 0 1111 100100100 111101 111110

Color Harmonies of #CB64DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB64DA

Black with #CB64DA

Text Example


Text Example

White with #CB64DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB64DA; }

 p { color: rgb(203,100,218); }

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

background-color css

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

 a { background-color: rgb(203,100,218); }

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

border-color css

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

 span { border-color: rgb(203,100,218); }

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