Html Css Color HEX #C67BCA Orchid

📋 copy color: '#C67BCA'

red 198 ◦ green 123 ◦ blue 202

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

Shades of Orchid #C67BCA

Tints of Orchid #C67BCA

RGB

 RED value IS 198 (77.73% from 255) = 37.86%

 GREEN value IS 123 (48.44% from 255) = 23.52%

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

R = 37.86%
G = 23.52%
B = 38.62%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C67BCA (or 0xC67BCA) is known color: Orchid. HEX triplet: C6, 7B and CA. RGB value is (198,123,202). Sum of RGB (Red+Green+Blue) = 198+123+202=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #C67BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BCA is #398435. Grayscale: #9A9A9A. Windows color (decimal): -3769398 or 13269958. OLE color: 13269958.

HSL color Cylindrical-coordinate representation of color #C67BCA: hue angle of 296.96º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67BCA is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 123 202 -
CMYK 0.02 0.39 0 0.21
HSL 296.96º 0.43% 0.64% -
HSV(B) 296.96º 0.39% 0.79% -
XYZ 41.03 30.44 59.59 -
YUV 154.43 154.85 159.08 -
System Red Green Blue C M Y K H S L
Decimal 198 123 202 0.02 0.39 0 0.21 296.96 0.43 0.64
Hex C6 7B CA 2 27 0 15 129 2B 40
Octal 306 173 312 2 47 0 25 451 53 100
Binary 11000110 1111011 11001010 10 100111 0 10101 100101001 101011 1000000

Color Harmonies of #C67BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67BCA

Black with #C67BCA

Text Example


Text Example

White with #C67BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67BCA; }

 p { color: rgb(198,123,202); }

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

background-color css

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

 a { background-color: rgb(198,123,202); }

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

border-color css

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

 span { border-color: rgb(198,123,202); }

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